source: iknow-api/Models/Quota.cs@ 1b20b22

Last change on this file since 1b20b22 was 1b20b22, checked in by Stefan-Saveski <stefansaveski19@…>, 9 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.