Training
This commit is contained in:
parent
ea6cfb0e98
commit
b0228a5277
8 changed files with 9381 additions and 112 deletions
16
BMA.EHR.API.Command/PartialClass.cs
Normal file
16
BMA.EHR.API.Command/PartialClass.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Partial.Test
|
||||
{
|
||||
public partial class PartialClass
|
||||
{
|
||||
public string GetString()
|
||||
{
|
||||
return "Return from class1";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +1,5 @@
|
|||
using BMA.EHR.Domain.Common;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.API.Command
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue