Esempio n. 1
0
 public bool Relate(int companyId, int itemId, int id, int userId)
 {
     return(_repository.Relate(companyId, itemId, id, userId));
 }