Beispiel #1
0
 public int CreateFileByUserId(FileInputModel body, int userId)
 {
     return(_metaRepository.CreateFileByUserId(body, userId));
 }