예제 #1
0
 public static void UpdateMensaList()
 {
     Mensas = MUtility.MensaList_FromMensaFullDto(Api.GetAllMensas());
     Mensas.Sort((x, y) => x.MensaID.CompareTo(y.MensaID));
 }
예제 #2
0
 public static void UpdateMensaList()
 {
     Mensas = MUtility.MensaList_FromMensaFullDto(Api.Api.GetAllMensas());
 }