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

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