コード例 #1
0
 public Tenant SetCurrentTenant(int id)
 {
     return(_repository.SetCurrentTenant(id));
 }