Exemplo n.º 1
0
 public int GetFileIdByOwnerId(int id, string filename)
 {
     return(_fileDao.GetFileIdByOwnerId(id, filename));
 }