Beispiel #1
0
 public int CheckActivity(string username, TypeOfActivity type)
 {
     return(_activityLogService.NumberOfActivity(username, type));
 }