source: iknow-api/Models/Quota.cs@ b8093a0

Last change on this file since b8093a0 was 1b20b22, checked in by Stefan-Saveski <stefansaveski19@…>, 9 days ago
  • ready for presentation
  • Property mode set to 100644
File size: 103 bytes
RevLine 
[1b20b22]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.