コード例 #1
0
ファイル: Manobrista.cs プロジェクト: tonfranco/LR
 public static bool CadastrarManobrista(ManobristaDTO manobrista)
 {
     using (var client = new LRBusiness())
     {
         return client.CadastrarManobrista(manobrista);
     }
 }