source: iknow-api/Models/Quota.cs@ 2853f2e

Last change on this file since 2853f2e was ea40556, checked in by Stefan-Saveski <stefansaveski19@…>, 10 days ago
  • ready for presentation
  • Property mode set to 100644
File size: 103 bytes
Line 
1namespace iknow_api.Models
2{
3 public enum Quota
4 {
5 drzavna, privatna, stipendija
6 }
7}
Note: See TracBrowser for help on using the repository browser.