Beispiel #1
0
 public ReturnResult <ComputerFile> GetComputerFileById(int id)
 {
     return(profileDAL.GetComputerFileById(id));
 }