예제 #1
0
 public void AddCase(int clientId, string title, int caseAdminId)
 {
     adminRepository.AddCase(clientId, title, caseAdminId);
 }