namespace Kreta.BusinessLogic.Classes.MobileApi.Common.Enum { public enum MobileUserRole { Student, Tutelary, Teacher } }